SingleNINumericSingleNMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.Multiply(
SingleN value
)
Private Function Multiply (
value As SingleN
) As SingleN Implements INumeric(Of SingleN).Multiply
private:
virtual SingleN Multiply(
SingleN value
) sealed = INumeric<SingleN>::Multiply
private abstract Multiply :
value : SingleN -> SingleN
private override Multiply :
value : SingleN -> SingleN
- value SingleN
- The value to multiply with the current value.
SingleNThe product of the current value and
value.
INumericTSelfMultiply(TSelf)